home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-08 | 454 b | 27 lines | [TEXT/CWIE] |
- ///--------------------------------------------------------------------------------------
- // SWFPSReport.h
- ///--------------------------------------------------------------------------------------
-
-
- #ifndef __SWFPSReport__
- #define __SWFPSReport__
-
- #ifndef __SOUND__
- #include "Sound.h"
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- void StartTimer( void );
- void ShowResults( long frames );
-
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif /* __SWFPSReport__ */